gdk/surface: Remove left-over signal enum value
authorJonas Ådahl <jadahl@gmail.com>
Wed, 25 Nov 2020 10:14:33 +0000 (11:14 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Mon, 7 Dec 2020 08:46:39 +0000 (09:46 +0100)
The popup-layout-change signal was moved to GdkPopup, but the enum was
never removed from GdkSurface.

gdk/gdksurface.c

index 05e52dbf7d86debc21ba90781903502d3c980ebe..9f6bb03e24ff4475808181c631b543781ce9de79 100644 (file)
@@ -76,7 +76,6 @@
  */
 
 enum {
-  POPUP_LAYOUT_CHANGED,
   SIZE_CHANGED,
   LAYOUT,
   RENDER,